home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
comms
/
internet
/
web-related
/
apache_1.0.5
/
cgi-bin
/
test.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-06-27
|
103b
|
7 lines
/*Testing it*/
echo "Content-type: text/html"
echo ""
echo "Hi there"
echo "<h2> This is a test</h2>"